- 01. Introduction
- 02. Introducing Datastore
- 03. Your Experience
- 04. Kinds, Entities, Properties
- 05. Modeling Datastore
- 06. Intro to Exercises
- 07. Creating Entities
- 08. Defining Entities in Python
- 09. Property Types
- 10. Supported Property Types in NDB
- 11. Deciding Property Types
- 12. Implicit and Explicit Keys
- 13. Choosing Keys
- 14. Saving Entity to the Data Store
- 15. Saving Data Conclusion
- 16. Conflicting Keys
- 17. Getting Entity from Datastore
- 18. Frontends and Backends
- 19. Configuring Credentials
- 20. Multiple Client IDs
- 21. Outro